home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000087_news@newsmaster….columbia.edu _Thu Oct 1 08:23:24 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA28754
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 1 Oct 1998 08:23:24 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA28813
  7.     for kermit.misc@watsun; Thu, 1 Oct 1998 08:23:23 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Telnet disconnect
  12. Date: 1 Oct 1998 12:23:22 GMT
  13. Organization: Columbia University
  14. Lines: 34
  15. Message-ID: <6uvs7q$o33$1@apakabar.cc.columbia.edu>
  16. References: <F04wA5.DqL@cix.compulink.co.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9270
  19.  
  20. In article <F04wA5.DqL@cix.compulink.co.uk>,
  21. Lygo Systems <lsystemsd@cix.compulink.co.uk> wrote:
  22. : Telnet disconnection due to reboot.
  23. : I have a number of users connecting with MS-DOS Kermit telnet sessions 
  24. : into Redhat Linux (4.2 & 5.1).  If they close the connection with the 
  25. : normal Kermit exit command without first logging off, then the telnet 
  26. : session is closed on Linux which is just what I want.  If, however, they 
  27. : reboot their PC with ALT CTL DEL then the session stays active.
  28. : The reason that this is a problem is that they are running the Pick/D3 
  29. : database which has a limited number of active users allowed to be logged 
  30. : on at the same time.  If they reboot their PC then that will effectively 
  31. : lose one user unless the previous session is automatically logged off.  
  32. : Pick has a couple of commands that in theory should deal with the 
  33. : situation: DCD-ON and TRAP DCD EXIT.  In other words if DCD is lost then 
  34. : the session should be automatically closed.  But it ain't happening...
  35. : This is not a Pick specific problem because the same thing happens if they 
  36. : just log into Linux.  I don't know if it's a Kermit problem as the 
  37. : same thing happens with another Telnet client that I use.
  38. : Any suggestions would be gratefully received.
  39. : Bill.
  40.  
  41. The problem is not in Kermit.  The problem is that there is no way
  42. for a TCP/IP application to determine that the other end of the 
  43. socket is no longer valid unless it attempts to send data.  
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.               612 West 115th St #716 * New York, NY * 10025
  48.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org